912a43898e91f59a9d450daec76f62590548c321,QuickOpener/src/me/dsnet/quickopener/actions/popup/DialogCustomTerminal.java,DialogCustomTerminal,DialogCustomTerminal,#java.awt.Frame#boolean#,33

Before Change


        mynetbeansPath=PathFinder.getMyNetbeansConfPath();
        if(mynetbeansPath!=null){
            jLabel7.setEnabled(true);
            jLabel7.setText(getPathLongerThan(mynetbeansPath));
        }
        // Close the dialog when Esc is pressed
        String cancelName = "cancel";

After Change


        mynetbeansPath=PathFinder.getMyNetbeansConfPath();
        if(mynetbeansPath!=null){
            jLabel7.setEnabled(true);
            jLabel7.setText(convertToLink(getPathLongerThan(mynetbeansPath)));
        }
        // Close the dialog when Esc is pressed
        String cancelName = "cancel";